
'Declaration Public MustInherit Class DbConnectionWrap (Of TInnerConnection As {New, DbConnection}, TInnerCommand As {New, DbCommand}, TInnerParameter As DbParameter) Inherits System.Data.Common.DbConnection
public abstract class DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> : System.Data.Common.DbConnection where TInnerConnection: new(), DbConnection where TInnerCommand: new(), DbCommand where TInnerParameter: DbParameter
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DbConnection
C1.DataConnector.AdoNet.DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>
C1.AdoNet.D365S.C1D365SConnection